SftTabs/NET 6.0

Scroll Method, ScrollingClass Class

Softel vdm, Inc.

Scrolls the tabs in a given direction.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public Sub Scroll( ByVal Direction As ScrollDirection )

C#   

public void Scroll( ScrollDirection Direction );

C++   

public: void Scroll( ScrollDirection Direction );

Direction

A ScrollDirection that represents the direction in which to scroll.

ScrollDirection

Value

Description

Left

0

Defines scrolling to the left (or top).

Right

1

Defines scrolling to the right (or bottom).

Comments

The Scroll method scrolls the tabs in a given direction.

Usually, the user clicks on the scroll buttons to scroll the scrollable tabs. The Scroll method can be used by an application to scroll tabs without user intervention. The tabs are scrolled by one position in the given direction.

If scrolling is not enabled, this method cannot be used.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com